FilterItem

data class FilterItem(val value: String, val name: String, val isDefault: Boolean = false)

Represents an option in the filter

Constructors

Link copied to clipboard
constructor(value: String, name: String, isDefault: Boolean = false)

Properties

Link copied to clipboard
val isDefault: Boolean = false

True if the options needs to be selected by default

Link copied to clipboard

The display name for this option

Link copied to clipboard

The value for this item